home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m19intro.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  301 b   |  16 lines

  1. on mouseDown
  2.   global gCurrentSlide, gPause
  3.   if gPause = 0 then
  4.     set the castNum of sprite 7 to cast "b019"
  5.     if pressLessonButton(7) then
  6.       pupSprites(1, 48, 0)
  7.       sound stop 2
  8.       set gCurrentSlide to 1
  9.       set gPause to 0
  10.       go("1")
  11.     end if
  12.   else
  13.     nothing()
  14.   end if
  15. end
  16.